home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / dial_dlg.dfm / dial_dlg.txt
Text File  |  1996-04-08  |  2KB  |  81 lines

  1. object DialerForm: TDialerForm
  2.   Left = 423
  3.   Top = 180
  4.   ActiveControl = Button2
  5.   BorderIcons = [biMinimize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Phone Dialer'
  8.   ClientHeight = 223
  9.   ClientWidth = 340
  10.   Font.Color = clWindowText
  11.   Font.Height = -17
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   TextHeight = 19
  21.   object Label1: TLabel
  22.     Left = 30
  23.     Top = 15
  24.     Width = 108
  25.     Height = 19
  26.     Caption = 'Number to Dial'
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 29
  30.     Top = 35
  31.     Width = 250
  32.     Height = 27
  33.     TabOrder = 0
  34.     Text = '689-3200'
  35.   end
  36.   object Button1: TButton
  37.     Left = 67
  38.     Top = 120
  39.     Width = 89
  40.     Height = 33
  41.     Caption = '&Dial'
  42.     Default = True
  43.     Enabled = False
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 177
  49.     Top = 120
  50.     Width = 89
  51.     Height = 33
  52.     Caption = '&Cancel'
  53.     TabOrder = 2
  54.     OnClick = Button2Click
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 0
  58.     Top = 192
  59.     Width = 340
  60.     Height = 31
  61.     Align = alBottom
  62.     Alignment = taLeftJustify
  63.     BevelInner = bvLowered
  64.     TabOrder = 3
  65.   end
  66.   object CheckBox1: TCheckBox
  67.     Left = 38
  68.     Top = 75
  69.     Width = 121
  70.     Height = 17
  71.     Caption = 'Retry if busy'
  72.     TabOrder = 4
  73.   end
  74.   object Timer1: TTimer
  75.     Enabled = False
  76.     Interval = 5000
  77.     OnTimer = Timer1Timer
  78.     Left = 210
  79.   end
  80. end
  81.